home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / _bbs / wc30 / all.bat < prev    next >
DOS Batch File  |  1995-07-20  |  651b  |  28 lines

  1. set cdrom=n:
  2. set output=n:\_bbs\wc30
  3.  
  4. REM  I set this globally, in ..\all.bat
  5. REM  To run this one batch file, change it here also.
  6. if .%in_type% == . goto not_set
  7. goto set
  8. :not_set
  9. echo in_type not set
  10. goto exit
  11. :set
  12.  
  13. rem you shouldn't have to change anything below this.
  14.  
  15. REM  This is the foreign language stuff.  the default extension is
  16. REM  ".txt"
  17. if .%in_language% == . goto not_set2
  18. goto set2
  19. :not_set2
  20. set in_language=txt
  21. :set2
  22.  
  23. del logfile
  24. del %output%\allfiles.%in_language%
  25.  
  26. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit2
  27. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit
  28. :exit